From 4e73e642962572bb31726b2dd2bc3b7c66c54c48 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 23 Jun 2009 05:50:20 +0000 Subject: [PATCH] Change font_add_log to FONT_ADD_LOG. --- src/w32font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32font.c b/src/w32font.c index 7d9db3a6cd6..4148e87c373 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -201,7 +201,7 @@ w32font_list (frame, font_spec) Lisp_Object frame, font_spec; { Lisp_Object fonts = w32font_list_internal (frame, font_spec, 0); - font_add_log ("w32font-list", font_spec, fonts); + FONT_ADD_LOG ("w32font-list", font_spec, fonts); return fonts; } @@ -214,7 +214,7 @@ w32font_match (frame, font_spec) Lisp_Object frame, font_spec; { Lisp_Object entity = w32font_match_internal (frame, font_spec, 0); - font_add_log ("w32font-match", font_spec, entity); + FONT_ADD_LOG ("w32font-match", font_spec, entity); return entity; } -- 2.30.2